class DATABUCKET{K,E} < $BUCKET{K,DATABUCKET{K,E}}
****
An addition to BUCKET{K} this class also adds data.


Flattened version is here

Ancestors
$BUCKET{_,_} $NEXT{_} NEXT{_}



Public


Readable Attributes
attr data: E;
attr item: K;

Writable Attributes
attr data: E;
attr item: K;

Features
copy_list: SAME
create(k:K): SAME
create(k:K,e:E): SAME
create(k:K,e:E,n:SAME): SAME

Iters
list!: SAME
**** Yields all subsequent elements in the list.

The Sather Home Page